home *** CD-ROM | disk | FTP | other *** search
- /* $Id: CamCDll.h 1.1 1996/07/18 23:52:42 Damien Exp $ */
- // Copyright (c) 1995, Ray Dream, Inc. All rights reserved.
- //
- // Globals used by DLL
- //
-
- #ifndef __CAMCDLL__
- #define __CAMCDLL__
-
- // Global variables used by the DLL
- extern long global_count_Obj; // } defines in CONICDLL.CPP
- extern long global_count_Lock; // }
-
-
-
- #endif
-